1 //------------------------------------------------------------------------
3 // Copyright (c) Microsoft Corporation. All rights reserved.
6 // Implements the interface to the deployment manifest
9 // 2005/05/09 - [....] Created
10 // 2007/09/20 [....] Ported Windows->DevDiv. See SourcesHistory.txt.
12 //------------------------------------------------------------------------
14 #include "PreCompiled.hxx"
15 #include "DeploymentManifest.hxx"
17 CDeploymentManifest::CDeploymentManifest(__in LPCWSTR pswzUri
, __in LPCWSTR pswzPath
)
23 HRESULT
CDeploymentManifest::Read()
27 CKHR(GetDeploymentDataFromManifest(
30 m_strApplicationIdentity
,
31 m_strProcessorArchitecture
,
32 m_strApplicationManifestCodebase
,
33 m_strDeploymentProvider
));